* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Container {
  font-family: "Inter", sans-serif;
  width: 90%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
}

h1 {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
}

.Title p {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 24px;
}

.google-signup {
  height: 50px;
  width: 80%;
  margin: 44px auto;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  display: flex;
  gap: 16px;
  border-radius: 4px;
}

.Title {
  text-align: center;
  width: 100%;
  margin: 64px auto;
}

.Sign-up {
  width: 100%;
}

a {
  text-decoration: none;
}

form {
  width: 80%;
  margin: 46px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #757575;
}

input::placeholder {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #757575;
}

input {
  padding: 14px 0px 19px 10px;
  background-color: #0000000a;
  border: none;
  border-radius: 4px;
}

button {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  text-align: center;
  width: 150px;
  height: 50px;
  margin: 24px auto;
  background-color: #0788ff;
  backdrop-filter: blur(4px);
  border: none;
  color: white;
  border-radius: 23px;
  cursor: pointer;
}

.Sign-up p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 3%;
  color: #757575;
  text-align: center;
}

span {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 3%;
  color: #757575;
  cursor: pointer;
}

input:focus {
  outline: none;
  border: 1px solid whitesmoke;
  box-shadow: 0 0 5px whitesmoke;
}

input,
textarea,
select {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .Signup-img {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .Signup-img {
    display: none;
  }
}
